-
Notifications
You must be signed in to change notification settings - Fork 14k
Rollup of 3 pull requests #149247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 3 pull requests #149247
Conversation
Add regression test for 128705 close: rust-lang#128705
…tr, r=GuillaumeGomez validate usage of crate-level doc attributes fixes rust-lang#149187 r? `@GuillaumeGomez`
Add doc aliases "vector" and "list" to `Vec` - "vector" is what "vec" is short form for. - "list" is a common name for this concept in a lot of other languages (`ArrayList` in Java, `list` in Python, `List` in C#). C++ uses the term for a linked list (`std::list`), so maybe this is contentious? I believe that this falls under [the doc alias policy](https://std-dev-guide.rust-lang.org/policy/doc-alias.html), and I think it's plausible that a newcomer would search for either of these terms, and expect to find `Vec`. r? libs
|
@bors r+ rollup=never p=3 |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR:
previous master: c23ed3ef28 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing c23ed3e (parent) -> d3e1ccd (this PR) Test differencesShow 939 test diffsStage 0
Stage 1
(and 444 additional test diffs) Additionally, 395 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard d3e1ccdf40ae7b7a6dc81edc073d80dad7b66f75 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Successful merges:
Vec#149232 (Add doc aliases "vector" and "list" toVec)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup